home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / cpyds125.zip / WHATS.NEW < prev   
Text File  |  1992-10-18  |  6KB  |  137 lines

  1.  
  2.  
  3.  
  4.  
  5.                                   CPYDSK WHAT'S NEW
  6.  
  7.  
  8.  
  9.          NEW FEATURES:
  10.  
  11.          Version 1.24
  12.  
  13.          1. Program behavior was modified when using the /nn switch.  If 
  14.             /nn is not specified or is set to /0 (turns off /nn), then by 
  15.             default CPYDSK prompts "Make another copy of this diskette?  
  16.             (Y/N)" for each additional copy of the Source.  If /nn is set 
  17.             to a number from 1 to 99, then by default CPYDSK now DOES NOT 
  18.             issue the prompt, even after the last copy specified by /nn has 
  19.             been made.  The assumption is that by specifying /nn, only nn 
  20.             copies are wanted and no more.  At the end of nn copies, CPYDSK 
  21.             will now prompt "Diskcopy another diskette?  (Y/N)" directly.  
  22.  
  23.             You can change this default behavior with the new /check 
  24.             switch.  If specified as /check, the program will ALWAYS prompt 
  25.             "Make another copy of this diskette?  (Y/N)" after the last
  26.             copies specified have been made, just like version 1.23 did.  
  27.             If /nocheck is specified, then CPYDSK will NEVER make the 
  28.             prompt after the last copies have been made and, instead, will 
  29.             directly prompt "Diskcopy another diskette?  (Y/N)" .  
  30.  
  31.          Version 1.23
  32.  
  33.          1. Added a /nn switch.  This switch lets you specify how many 
  34.             copies you want to make of the Source disk where nn is a number 
  35.             from 1 to 99.  When specified, CPYDSK will not prompt you "Make 
  36.             another copy of this diskette? (Y/N)" until all the copies you 
  37.             have specified have been made. Instead, you will be prompted to 
  38.             change the Target diskette after each copy is completed.  Also, 
  39.             if you answer Y to the prompt "Diskcopy another diskette?  
  40.             (Y/N)", you will be prompted for a new copy count.  You can 
  41.             accept the current count or enter a new one.  If 0 is entered 
  42.             for the number of copies, the switch is turned off.  
  43.          
  44.          Version 1.2
  45.  
  46.          1. Added a media check.  CPYDSK now checks the Target media for 
  47.             compatiblity with the Source to see if the Source and Target 
  48.             are the same size (e.g. 360KB to 360KB or 1.44MB to 1.44MB, 
  49.             etc.).  If incompatible media is detected, a warning is issued 
  50.             and the program restarts from the menu. 
  51.  
  52.          2. Added a /verify switch.  This switch turns on read-after-write 
  53.             comparing of Source data with data written to the Target.  
  54.  
  55.          3. Pressing <PgDn> anywhere in the menu will immediately accept 
  56.             the menu choices and prompt for the Source diskette.  <Enter> 
  57.             continues to work as before, moving through each menu option 
  58.             until reaching the last one.  Pressing <Enter> at the last 
  59.             option will end option selection and prompt for the Source 
  60.             diskette.  
  61.  
  62.          Version 1.1
  63.  
  64.          1. Added a /relax switch.  CPYDSK, by default, only allows a 
  65.             hard disk to be used to store data from a Source diskette 
  66.             when memory has been exhausted.   With the /relax switch , 
  67.             CPYDSK will allow any disk type, not just a hard disk, to be 
  68.             used for temporary Source data storage.  This includes other 
  69.             floppies that are not either the Source or Target and 
  70.             ramdisks that look like floppies.
  71.  
  72.             Example:
  73.  
  74.                 CPYDSK A: F: /RELAX
  75.  
  76.             Copies from Source diskette in drive A: to Target diskette in 
  77.             drive A: using disk F: (which may be another floppy, etc.) to 
  78.             hold Source data if necessary.
  79.  
  80.             **** WARNING ****
  81.  
  82.             Do not use CPYDSK with drive letters that have been 
  83.             redirected with the DOS commands ASSIGN or SUBST!  Careless 
  84.             use of these commands with CPYDSK can lead to undesired 
  85.             writing to the Source or Target diskettes.
  86.  
  87.             *****************
  88.  
  89.          2. Added a /mono switch. This switch turns off colors so the 
  90.             display on composite monitors is more legible.
  91.  
  92.             Example:
  93.  
  94.                 CPYDSK /mono
  95.  
  96.             Starts CPYDSK up in black and white.
  97.  
  98.          
  99.          CORRECTIONS:
  100.          
  101.          Version 1.25
  102.  
  103.          1. Corrected problem where the system would hang when expanded 
  104.             memory was present and a temporary data storage disk was not 
  105.             selected (i.e., the selection on the menu was made blank).
  106.  
  107.          Version 1.22
  108.  
  109.          1. Another glitch checking the hard disk to be used to store data 
  110.             from a Source diskette.  Again, a valid hard disk could be 
  111.             rejected for temporary Source data storage.  The checking 
  112.             routines were tweaked again.
  113.  
  114.          Version 1.21
  115.  
  116.          1. By default, CPYDSK only allows a hard disk to be used to store 
  117.             data from a Source diskette when memory has been exhausted (see 
  118.             /relax switch above). The logic used to decide if the disk is a 
  119.             hard disk has been revised. Although unusual, there are 
  120.             circumstances where a valid hard disk could be rejected for 
  121.             temporary Source data storage under the old scheme.
  122.  
  123.          2. Various modifications to initialization routines were made to 
  124.             improve their operation.  
  125.  
  126.          Version 1.1
  127.  
  128.          1. Version 1.0 did not always correctly check that the Target 
  129.             drive was not a hard disk. This bug has been fixed.
  130.  
  131.          2. New logic added to insure that the temporary data storage 
  132.             drive letter cannot be the same as the Source or Target drive 
  133.             letters.  Previously CPYDSK insisted that the temporary data 
  134.             storage drive be a hard disk, which avoided the problem.  
  135.             With the addition of the /relax switch, a check was 
  136.             necessary.  
  137.